From 5a0a2c8d1835ad6d81182631f5ebd9d2c6908ce2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Fri, 30 Jun 2006 20:40:25 +0000 Subject: [PATCH] -m and -M options do not exist. --- etc/etags.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/etags.1 b/etc/etags.1 index 39228685d08..3007d95a5c2 100644 --- a/etc/etags.1 +++ b/etc/etags.1 @@ -13,7 +13,7 @@ etags, ctags \- generate tag file for Emacs, vi .SH SYNOPSIS .hy 0 .na -\fBetags\fP [\|\-aCDGImRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] +\fBetags\fP [\|\-aCDGIRVh\|] [\|\-i \fIfile\fP\|] [\|\-l \fIlanguage\fP\|] .if n .br [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] [\|\-\-parse\-stdin=\fIfile\fP\|] @@ -26,7 +26,7 @@ etags, ctags \- generate tag file for Emacs, vi [\|\-\-help\|] [\|\-\-version\|] \fIfile\fP .\|.\|. -\fBctags\fP [\|\-aCdgImRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] +\fBctags\fP [\|\-aCdgIRVh\|] [\|\-BtTuvwx\|] [\|\-l \fIlanguage\fP\|] .if n .br [\|\-o \fItagfile\fP\|] [\|\-r \fIregexp\fP\|] [\|\-\-parse\-stdin=\fIfile\fP\|] @@ -133,11 +133,11 @@ detection of language based on the file name. The `none' language may be used to disable language parsing altogether; only regexp matching is done in this case (see the \fB\-\-regex\fP option). .TP -.B \-m, \-\-members +.B \-\-members Create tag entries for variables that are members of structure-like constructs in C++, Objective C, Java. .TP -.B \-M, \-\-no\-members +.B \-\-no\-members Do not tag member variables. This is the default behavior. .TP .B \-\-packages\-only -- 2.30.2